home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / xm-iris.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-05  |  141 b   |  9 lines  |  [TEXT/MPS ]

  1. #include "xm-mips.h"
  2.  
  3. #define USG
  4.  
  5. #define bcopy(a,b,c) memcpy (b,a,c)
  6. #define bzero(a,b) memset (a,0,b)
  7. #define bcmp(a,b,c) memcmp (a,b,c)
  8.  
  9.